Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerCreateSpec

Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerCreateSpec
Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerCreateSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KmipServerCreateSpec schema contains properties that describe Key Management Interoperability Protocol (KMIP) desired key server configuration.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "servers": [
        {
            "name": "string",
            "address": {
                "hostname": "string",
                "port": 0
            }
        }
    ],
    "username": "string"
}
servers
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

List of Key Management Interoperability Protocol (KMIP) compliant key servers.

Key servers must be configured for active-active replication. If the server port is missing or null, a default value for KMIP's port will be used.

This property was added in vSphere API 7.0.0.0.

string
username
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Username for authentication.

This property was added in vSphere API 7.0.0.0.

If missing or null, no username will be added.

Deprecated